golang.org/x/sync/singleflight.call.chans (field)
6 uses
golang.org/x/sync/singleflight (current package)
singleflight.go#L68: chans []chan<- Result
singleflight.go#L129: c.chans = append(c.chans, ch)
singleflight.go#L133: c := &call{chans: []chan<- Result{ch}}
singleflight.go#L166: if len(c.chans) > 0 {
singleflight.go#L176: for _, ch := range c.chans {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |